Ai presets and launcher integration 6666556451206937954#25
Open
prideofszeged wants to merge 42 commits intoByteAtATime:mainfrom
Open
Ai presets and launcher integration 6666556451206937954#25prideofszeged wants to merge 42 commits intoByteAtATime:mainfrom
prideofszeged wants to merge 42 commits intoByteAtATime:mainfrom
Conversation
…th enhanced logging and disable Vite HMR overlay.
…ay before focusing the window after hotkey activation.
…learing functionality.
…opy button to the LogViewer.
…ing it to AI responses and updating version displays.
… improved pasting on Linux.
…ize file indexing to prevent N+1 queries while removing debug logs.
…itoring with background updates.
…er stubs, gracefully handle TCP bind errors, and add a build cleanup script.
… shell scripts, open location, clipboard, and keyboard events.
…MAP.md`, and update root `README.md`
…, and drive eject, integrating them into the Tauri backend.
…ng in clipboard history.
…improve error message formatting.
…nd add uninstallation support.
…vior, and update the global shortcut to Ctrl+Alt+Space.
…kend persistence and dedicated UI components.
…mediately, and respect `close_on_blur` setting for window focus.
…dark mode variables, and set dark mode as default.
…n structure, while implementing per-command hotkeys.
- Added backend support for AI presets (CRUD operations in SQLite) - Integrated "Ask AI" and presets into the Command Palette - Created settings UI for managing AI presets - Updated Chat View to support auto-submission of initial prompts - Added tests for Command Palette integration
- Created `src-tauri/src/aliases.rs` for backend alias management (SQLite). - Added `get_aliases`, `set_alias`, `remove_alias` commands. - Implemented `aliases.svelte.ts` store for frontend state. - Updated `CommandPalette.svelte.ts` to prioritize alias matches. - Added "Assign Alias" action to the command palette.
- Added `src-tauri/src/script_commands.rs` to watch a default directory and parse Raycast metadata. - Supported execution modes: `fullOutput`, `compact`, `silent`, `inline`. - Integrated `script-commands.svelte.ts` store for frontend state. - Updated `CommandPalette.svelte` to display and run script commands. - Added tests for Script Command integration.
- Created `src-tauri/src/floating_notes.rs` for backend storage (SQLite) and window management. - Registered `get_floating_note`, `save_floating_note`, `toggle_floating_notes_window` commands. - Implemented `FloatingNotesWindow.svelte` with auto-save and frameless design. - Added "Toggle Floating Notes" to the launcher's built-in commands. - Configured dynamic window creation for the floating notes.
- Added `tauri@2` with `tray-icon` feature to `Cargo.toml`. - Configured system tray in `src-tauri/src/lib.rs`. - Added "Show Flare" and "Quit" menu items. - Configured left-click on tray icon to show the main window. - Updated unit tests to pass.
- Implemented regex-based placeholder parsing in `src-tauri/src/snippets/engine.rs`.
- Added support for `{date}`, `{time}`, `{clipboard}`, `{cursor}`, `{uuid}`, and `{snippet}` placeholders.
- Implemented modifiers: `uppercase`, `lowercase`, `trim`, `percent-encode`, `json-stringify`.
- Added Raycast-compatible date format translation (e.g. `yyyy` -> `%Y`).
- Added comprehensive unit tests for expansion logic.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.